home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / src / WBBump_src.lha / WBBump.readme < prev   
Encoding:
Text File  |  1999-06-30  |  3.6 KB  |  133 lines

  1. Short:    V2.0 - Bumpmapped image on your WB
  2. Uploader: dm98411@edb.tietgen.dk (Thomas Jensen)
  3. Author:   dm98411@edb.tietgen.dk (Thomas Jensen)
  4. Type:     util/wb
  5. Requires: Kickstart 3.0
  6. Version:  2.0
  7.  
  8. ****************************************************
  9. *** NEW: homepage at http://www.amiga.dk/wbbump/ ***
  10. ****************************************************
  11.  
  12. Legal information:
  13.  
  14.   WBBump - Bumpmapping on the Workbench!
  15.  
  16.   Copyright (C) 1999  Thomas Jensen - dm98411@edb.tietgen.dk
  17.  
  18.   This program is free software; you can redistribute it and/or modify
  19.   it under the terms of the GNU General Public License as published by
  20.   the Free Software Foundation; either version 2 of the License, or
  21.   (at your option) any later version.
  22.  
  23.   This program is distributed in the hope that it will be useful,
  24.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  25.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  26.   GNU General Public License for more details.
  27.  
  28.   You should have received a copy of the GNU General Public License
  29.   along with this program; if not, write to the Free Software Foundation,
  30.   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  31.  
  32.  
  33.  
  34. Introduction:
  35.  
  36.   WBBump is a "tool" to make your Workbench a bit nicer to look at.
  37.  
  38.   A bumpmapped logo is put on your Workbench(tm) screen or any other
  39.   public screen of your wish. The lightsource of the bumpmapping is
  40.   your mouse pointer!
  41.  
  42.   THIS IS NOT A HACK - This program should be system friendly.
  43.   If it dosn't work on your system, please send a @{"bug report" LINK author}.
  44.  
  45.  
  46. History:
  47.  
  48. 2.0 final (build 634) -  1999/6/29
  49.  
  50.   * Fixed bug with AGA (bumpmap was always on grey background)
  51.     Now it should be applied on the existing background as the CGX version
  52.     (Thanks for the help Daniel)
  53.  
  54.   * Removed annoying requester when not started from a project
  55.  
  56.  
  57. 2.0b2 (build 614) -  1999/5/16
  58.  
  59.   * Added AGA/ECS/OCS support (experimental).
  60.  
  61.   * Fixed blur plugin (It didn't work at all...)
  62.  
  63.   * Added Clock plugin (digital and internet time)
  64.  
  65.   * Bugfixes: chrashes with two instances (when closing)
  66.  
  67.   * Disabled multithreading - it caused some strange chrashes
  68.  
  69.   * Fixed examples
  70.  
  71.   * WBBump no longer needs the WBBump: assign
  72.     (But the examples still do)
  73.  
  74.  
  75. 2.0b1 (build 569) -  1999/5/8
  76.  
  77.   * Fixed bug that would cause WBBump to reload instead of quit, when
  78.     task was sent a break signal
  79.  
  80.   * Converted big examples to PNG
  81.  
  82.   * Changed some ReadPixel()'s to ReadPixelLine8(), thanks to
  83.     Gunther Nikl for noticing.
  84.     Result is a general speedup in the startup phase.
  85.  
  86.   * (hopefully) removed CyberGuard hit (read from adr $20).
  87.     I still can't figure out why MuForce didn't get it?
  88.     Thanks to Duncan Gibb for reporting.
  89.  
  90.   * WBBump now only renders if the screen it's on is the frontmost one.
  91.     before it would check for the active screen rather than the frontmost one.
  92.     Thanks to Michal Bartczak for noticing.
  93.  
  94.   * Plugin support.
  95.  
  96.   * New tooltypes POSITIONX, POSITIONY and LIGHTCOLOR
  97.  
  98.  
  99. 1.3  (build 286) -  1999/04/29
  100.  
  101.   * Aminet release
  102.  
  103.   * Added notification on icon which started WBBump
  104.  
  105.   * Added "Show interface" Commodities command
  106.  
  107.   * Taskname is now a bit more informative (for those that care :)
  108.  
  109.  
  110. 1.2  (build 270) -  1999/04/28
  111.  
  112.   * Big speedup in 8bit code (2 pass E/asm -> 1 pass asm)
  113.  
  114.   * Converted some examples to GIF for smaller archive
  115.  
  116.   * Bugfixes in thread code
  117.  
  118.   * Added "Intel Outside" example project
  119.  
  120.  
  121. 1.1  (build 244) -  1999/04/27
  122.  
  123.   * Complete rework of bitmap handling
  124.  
  125.   * Added datatypes support
  126.  
  127.   * Added seperate thread for drawing
  128.  
  129.  
  130. 1.0  (build 142) -  1999/04/18
  131.   Initial version
  132.  
  133.